{% extends 'base.html' %} {% load site_tags %} {% block title %}Apply — {{ program.title }}{% endblock %} {% block content %} Back to certification Apply for certification You’re applying for {{ program.title }}. Share your education background to continue. {{ program.title }} Fee: {% format_price program.fee %} {% if program.category %} · {{ program.category.name }}{% endif %} Education background * {% csrf_token %} {{ form.qualification.label }} {{ form.qualification }} {% if form.qualification.errors %}{{ form.qualification.errors.0 }}{% endif %} {{ form.last_degree.label }} {{ form.last_degree }} {% if form.last_degree.errors %}{{ form.last_degree.errors.0 }}{% endif %} {{ form.age.label }} {{ form.age }} {% if form.age.errors %}{{ form.age.errors.0 }}{% endif %} {{ form.work_experience.label }} {{ form.work_experience }} {% if form.work_experience.errors %}{{ form.work_experience.errors.0 }}{% endif %} Continue application {% endblock %}
You’re applying for {{ program.title }}. Share your education background to continue.